Not surprising anybody, I decided to call it iconview.
* opposed to a flat list where the mapping to icons is obvious),
* #GtkIconView will only display the first level of the tree and
* ignore the tree’s branches.
+ *
+ * # CSS nodes
+ *
+ * GtkIconView has a single CSS node with name iconview and style class .view.
*/
#define SCROLL_EDGE_SIZE 15
GTK_MOVEMENT_VISUAL_POSITIONS, -1);
gtk_widget_class_set_accessible_type (widget_class, GTK_TYPE_ICON_VIEW_ACCESSIBLE);
+ gtk_widget_class_set_css_name (widget_class, "iconview");
}
static void